home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 80
/
CD Actual 80 Julio-Agosto 2003.iso
/
Linux
/
LinuxGazette
/
lg
/
issue22
/
makefile_m4
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2002-08-14
|
191 b
|
18 lines
.SUFFIXES: .m4 .html
.m4.html:
m4 -P $*.m4 >$*.html
chmod 644 $*.html
HTML_FILES=using_m4.html
default: $(HTML_FILES)
all: default
*.html: stdlib.m4
clean:
rm -rf *~ $(HTML_FILES)